GDK/GTK on Windows: Fix build
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 21 Aug 2013 13:54:09 +0000 (21:54 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 26 Aug 2013 02:29:23 +0000 (10:29 +0800)
commit0e01f9cc9c32b0dfc60901c3f0ec3f6c408bb430
tree4e4f54cec7c939892357d02be1bc39e4936654dd
parenta301617f17354523e6b40f37144c407758994dcd
GDK/GTK on Windows: Fix build

Due to the work on gdk_cursor_new_from_surface (commit b2113b73),
get_cursor_for_pixbuf() in GdkDisplayClass was converted to
get_cursor_for_surface(), which means the GDK Win32 backend needs to be
updated for the code to build and run on Windows, plus some function
prototypes and declarations/calls need to be updated as well.

https://bugzilla.gnome.org/show_bug.cgi?id=705980
gdk/win32/gdkcursor-win32.c
gdk/win32/gdkdevice-wintab.c
gdk/win32/gdkdisplay-win32.c
gdk/win32/gdkprivate-win32.h
gdk/win32/gdkwin32misc.h
gtk/gtkicontheme.c